home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 650 / breakup / breakup.txt < prev   
Encoding:
Text File  |  1992-11-27  |  3.0 KB  |  70 lines

  1. This file should contain BREAKUP.PRG and BREAKUP.TXT. This program is FREEWARE.
  2. All rights reserved. Note that FREEWARE does not mean Public Domain.
  3.  
  4. I have often let my Aladdin files get to large to load into a word processor
  5. or text editor. I ended up trying to split the files manually. This was
  6. a difficult task sometimes so I set down and wrote this little program. I
  7. had seen several request on GEnie for such a program and thus decided to
  8. share it with others.
  9.  
  10. Breakup is a very simple utility to split large files. It is nothing elaborate
  11. or anything. You just enter 3 pieces of information and off it goes. Breakup
  12. has NOT been tested on anything other than a Mega STE 4 with TOS 2.06. It
  13. should however work on all ST systems. I do not know about a TT since I do
  14. not have one.
  15.  
  16. I, or Southern Software (the company) cannot be held responsible for any
  17. damages, lost time, lost information, lost profit or anything else. You
  18. accept this program as is. Nothing intentionally has been added to cause
  19. any form of damage.
  20.  
  21. Ok, now onto running Breakup.
  22.  
  23. When the program boots up, you will be presented with a prompt asking what
  24. size in 1K increments to make each block. There is a 4000K (4 meg) limit on
  25. the size of each block. You can enter '0' here to terminate the program. The
  26. program will then calculate the number of blocks that is required to split
  27. the file in the size you have chosen. There is a limit of 999 blocks. That
  28. calculates to a possible original file size of 4,091,904,000 bytes.
  29.  
  30. If at anytime the program cannot allocated the required memory to do the spilt,
  31. it will inform you of a memory allocation error and ask you to choose another
  32. block (file) size.
  33.  
  34. You will next be presented with a fileselector to choose the file you wish
  35. to split. Selecting CANCEL here will terminate the program. After you have
  36. chosen the file to split, the program will then start splitting the file into
  37. the file size you requested. The last file to be created will contain what is
  38. left over after splitting the file into those sizes. The program will display
  39. the filename it is currently writing.
  40.  
  41. The program will write the files with the extension of the number of the file
  42. it is currently on. Here is an example of a file that I split.
  43.  
  44.   Block Size: 1000   (1000K = 1024000 = 1meg)
  45.   Filename: STRTINP.TXT  (filesize = 2726585)
  46.  
  47.   The program will produce the following.
  48.  
  49.   File #1: STRTINP.001  (filesize = 1024000)
  50.   File #2: STRTINP.002  (filesize = 1024000)
  51.   File #3: STRTINP.003  (filesize = 678585 )
  52.  
  53. The program will leave the original file intact. It will never do anything
  54. to the original file except to read it in.
  55.  
  56. After the program has finished splitting the file, it will return you to the
  57. prompt asking for the Block size of the next file. You can either do another
  58. file by entering the size you want or, you can enter 0 to terminate the program.
  59.  
  60.  
  61. I hope this will be as useful to you as it has been for me.
  62.  
  63. A product of Southern Software
  64.  
  65. Copyright © 1992, Southern Software
  66.  
  67. Wayne Watson
  68. GEnie address R.WATSON15
  69.  
  70.